From 992eb340b3e864a4d7e5d0fb5425508cc951fed6 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 24 Aug 2008 16:26:53 +0000 Subject: [PATCH] garmin_txt: Rename function for swiss grid conversion. --- gpsbabel/garmin_txt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/garmin_txt.c b/gpsbabel/garmin_txt.c index 460a6035e..fcb855b08 100644 --- a/gpsbabel/garmin_txt.c +++ b/gpsbabel/garmin_txt.c @@ -327,7 +327,7 @@ print_position(const waypoint *wpt) case grid_swiss: - valid = GPS_Math_WGS84_To_CH1903_NGEN(wpt->latitude, wpt->longitude, &east, &north); + valid = GPS_Math_WGS84_To_Swiss_EN(wpt->latitude, wpt->longitude, &east, &north); if (valid) gbfprintf(fout, "%.f %.f\t", east, north); break; -- 2.30.2